home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu332 / 332-101.arc / COMMAND.CFG < prev    next >
Text File  |  1989-12-06  |  2KB  |  52 lines

  1. !SEARCH
  2. This command searches a block of M68332 memory for a byte, word,
  3. or long-word of your choice. The addresses which contain a match
  4. are reported.
  5.  
  6. !ASM
  7. This command displays M68332 memory data as disassembled
  8. instructions. You may enter new data as M68332 instructions. Press
  9. "." to exit this command.
  10. (Please wait while I read the disassembly table.)
  11. !SETBP
  12. This command sets up a HARDWARE breakpoint. You must supply both the
  13. breakpoint address and the comparator enable Mask value. The Mask is:
  14.               A23-A16    A15-A8     A7-A0
  15.        MSbyte             LSbyte
  16. !CLRBP
  17. This command removes a HARDWARE breakpoint. You must supply both the
  18. breakpoint address.
  19.  
  20.  
  21. !SHOWBP
  22. This command displays the currently active HARDWARE breakpoints and
  23. comparator Mask values.
  24.  
  25.  
  26. !KILLBP
  27. This command has just removed all active HARDWARE breakpoints and
  28. comparator Mask values.
  29.  
  30.  
  31. !EXECUTE
  32. This command causes the M68332 to begin executing instructions. If
  33. you supply a START address, execution begins at that address. Other-
  34. wise, execution begins at the address contained in PC Register.
  35.  
  36. !FILL
  37. This command fils a block of M68332 RAM memory with a byte, word, or
  38. long-word of your choice.  It fills RAM from START to END addresses
  39. (inclusive).
  40.  
  41. !PROGRAM
  42. This command programs the EPROM on your BBC board from a DOS file
  43. containing S-record data. You should erase the EPROM first unless
  44. you wish to patch over existing code. The BASE address must be on
  45. a 128Kb boundry in the first 1Mb of M68332 memory.
  46. !VERSION
  47. This command reveals the Version numbers of your BCCDI board firmware
  48. and the EVSbug332 monitor (this program).  Please refer to these
  49. numbers when contacting MOTOROLA about this product.
  50.  
  51.  
  52.